Welcome![Sign In][Sign Up]
Location:
Search - pid control algorithm code

Search list

[assembly languagePID-2

Description: 用汇编语言编写的两个增量型PID算法控制程序源代码.来源于网络.-assembler language of two incremental PID control algorithm source code. From the network.
Platform: | Size: 7300 | Author: wendu | Hits:

[Other位置式PID算法

Description: PID控制算法很多,但很多人用增量是算法,着是位置式算法!-PID control algorithm many, but a lot of people are using incremental algorithm to the location of the algorithm!
Platform: | Size: 55296 | Author: 刘新华 | Hits:

[matlabAdvancePIDControlAndSimulation

Description: 介绍使用MATLAB学习PID控制算法的入门书籍配套代码-MATLAB study on the use of PID control algorithm to introduce the books matching code
Platform: | Size: 210944 | Author: | Hits:

[assembly languagePID-2

Description: 用汇编语言编写的两个增量型PID算法控制程序源代码.来源于网络.-assembler language of two incremental PID control algorithm source code. From the network.
Platform: | Size: 7168 | Author: wendu | Hits:

[OtherPID__MATLAB

Description: 这个是PID各种算法的控制流程还有就是源码!!!很不错的一个电子书籍-This is a PID control algorithm for a variety of flow there is source code! ! ! A very good e-books
Platform: | Size: 5758976 | Author: 陈德光 | Hits:

[Mathimatics-Numerical algorithmsPID-c-source-code

Description: 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-In the use of single-chip microcomputer as the control cpu, please make some simplification, the specific PID parameters must be determined through experiments at specific audiences. As the single-chip processing speed and ram resource constraints, generally do not use floating-point, and will use all parameters of all integers, computing the final 2 and then divided by a N-th power of data (equivalent to shift), similar fixed-point computation can be greatly enhanced speed of operation, according to the different requirements of control precision, when high precision, the attention to retain the shift caused by the balance , do a good job in the balance of compensation. This procedure is commonly used algorithm pid basic structure does not contain input and output part of treatment.
Platform: | Size: 1024 | Author: 王强 | Hits:

[DSP programPID(C)

Description: PID算法(DSP C语言),可以作参考用-PID algorithm (DSP C language), can be used for reference
Platform: | Size: 2048 | Author: cnc202 | Hits:

[Other647194Fuzzy-pid

Description: 模糊控制算法代码!!模糊控制算法代码-Fuzzy control algorithm code! ! Fuzzy control algorithm code
Platform: | Size: 1024 | Author: lb | Hits:

[AlgorithmPID

Description: PID控制,C语言,PID机电控制,比例,积分,微分算法-PID control, C language, PID Electrical control, proportion, integral, differential algorithm
Platform: | Size: 11264 | Author: seabird | Hits:

[AI-NN-PRPID

Description: 基于神经网络的参数自整定PID控制算法源代码 具有很强的使用价值 经过测试 可以运行-The parameters based on neural network self-tuning PID control algorithm has a strong value the source code has been tested to run
Platform: | Size: 3072 | Author: guang dong | Hits:

[AI-NN-PRPID

Description: PID控制算法源代码,详细的注解,在实际应用中,P参数,I参数,D参数,怎么进行整定-PID control algorithm source code, detailed annotations, in practical applications, P parameters, I parameter, D parameters, how to setting
Platform: | Size: 295936 | Author: xxd | Hits:

[Mathimatics-Numerical algorithmsmatlab-pid

Description: 基于蚁群算法的PID控制参数优化Matlab源码,步骤详细,附有说明。-PID Control Based on Ant Colony Optimization Algorithm for Matlab source, the steps in detail, with explanation.
Platform: | Size: 2048 | Author: 程玉昆 | Hits:

[DSP programMotor-PID-control-code

Description: 应用PID控制算法,以控制电机,对其转速进行控制来编程,电机转速采用霍尔编码器进行测量,应用DSP脉冲编码捕获功能对其信号进行采集,来检测当前电机转速。-Application of PID control algorithm to control the motor speed control to its programming, the motor speed encoder using Hall measurements, application of DSP pulse code capture its signal acquisition, to detect the current motor speed.
Platform: | Size: 4096 | Author: hassonqi | Hits:

[Driver DevelopPID-control-of-C-code-

Description: 主要讲述工业上最经典的闭环控制,PID控制系统,以及PID控制算法的C语言实现方式。-Focuses on the industry' s most classic closed-loop control, PID control system, as well as PID control algorithm C language implementation.
Platform: | Size: 24576 | Author: 周舟 | Hits:

[source in ebookPID-control

Description: 各种PID控制源代码,包括神经网络、粒子群、遗传算法等职能算法的PID控制。(Various PID control source code, including neural networks, particle swarm, genetic algorithms and other functions of the algorithm PID control.)
Platform: | Size: 5229568 | Author: 付家千金 | Hits:

[DSP programPID控制C代码

Description: PID基础知识,PID控制C代码,C语言描述PID算法程序(PID basic knowledge, PID control C code, C language description PID algorithm program)
Platform: | Size: 8192 | Author: hampo | Hits:

[matlab基于扩张观测器的PID控制

Description: 一类基于扩张观测器的PID控制算法。Matlab编写的代码,测试效果良好。(A Kind of PID Control Algorithm Based on Expanded Observer. Matlab prepared by the code, the test results are good.)
Platform: | Size: 8192 | Author: Mr.Kong | Hits:

[matlabPID-genetic-algorithm

Description: 代码的主要功能是利用遗传算法调节PID控制参数,使PID控制效果最优(The main function of the code is to regulate the use of genetic algorithm PID control parameters to optimal PID control effect)
Platform: | Size: 4096 | Author: 遥岑远目 | Hits:

[SCMPID控制原理及编程方法

Description: 步进电机的PID控制算法及示范代码,十分全面,值得拥有,具有很强的指导功能。(Step motor PID control algorithm and demonstration code, very comprehensive, worthy of possession, has a strong guiding function.)
Platform: | Size: 379904 | Author: txluowei | Hits:

[matlab模糊PID控制算法C语言代码

Description: 模糊PID控制算法C语言代码,用于模糊算法的学习和研究。(Fuzzy PID control algorithm C language code)
Platform: | Size: 211968 | Author: 一心一意编程 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net